Building

  • Sometimes building a Project can cause others to be built, due to:

    • Project Settings -> C/C++ -> General -> Additional Include Directories .

    • or

    • Project Settings -> BuildEvents .

  • This is done automatically due to the "dependency graph" created, where dependencies are always built before the Project.

  • %(AdditionalIncludeDirectories)

  • Thing .

    • He uses Premake, not CMake.